home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / knowhow4 / help.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  329 b   |  11 lines

  1. #ifndef __HELP_H_   // This help system is not the part of the library but only the tool
  2. #define __HELP_H_   // It will be changed in the next release
  3.  
  4. #include "hypview.h"
  5.  
  6. extern HypertextView* help_object;            // help object
  7.  
  8. void help(char* help_context);        // Draws the window with help
  9.  
  10. #endif __HELP_H_
  11.